Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into FavoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@hoodrat_pistol_selfie" name="selfie_clip" />
	<Anim dict="anim@kneeling_stare" name="kneeling_stare_clip" />
	<Anim dict="anim@model_cute" name="model_cute_clip" />
	<Anim dict="anim@model_wall_cute" name="wall_cute_clip" />
	<Anim dict="anim@selfie_floor_cute" name="floor_cute_clip" />
	<Anim dict="anim@sitting_thot" name="sitting_thot_clip" />



Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 

NOTE: FOR PROP PLACEMENT, FOLLOW THIS TUTORIAL:
https://forum.cfx.re/t/how-to-menyoo-to-dpemotes-conversion-streaming-custom-add-on-props/4775018

Place the ycd file into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua


["modelshy"] = {"anim@model_cute", "model_cute_clip", "Model Fake Shy/Cute (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["floorselfie1"] = {"anim@selfie_floor_cute", "floor_cute_clip", "Cute Floor Selfie (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["gunselfie1"] = {"anim@hoodrat_pistol_selfie", "selfie_clip", "Hoodrat Pistol Selfie (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["kneelstare1"] = {"anim@kneeling_stare", "kneeling_stare_clip", "Kneeling and Staring (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},


["leanwallmodel"] = {"anim@model_wall_cute", "wall_cute_clip", "Model Wall Pose (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},


["sittingselfie"] = {"anim@sitting_thot", "sitting_thot_clip", "Seated Thot Selfie (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},